Part Number Hot Search : 
UPC16312 SR140 MC33902 ATJ331X 4541BE OZ6912B 12513TS BS18P
Product Description
Full Text Search
 

To Download MDT10P621 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
 MDT10P621
1. General Description This EPROM-Based 8-bit micro-controller uses a fully static CMOS technology process to achieve higher speed and smaller size with the low power consumption and high noise immunity. On chip memory includes 4K words of ROM, and 192 bytes of static RAM. 2. Features -PortB<7:4> interrupt on change -CCP,SCM u TMR0 : 8-bit real time clock/counter TMR1 : 16-bit real time clock/count TMR2 : 8-bit clock/counter(internal) u 4 types of oscillator can be selected by programming option: RCLow cost RC oscillator LFXTLow frequency crystal oscillator XTALStandard crystal oscillator HFXTHigh frequency crystal oscillator
The followings are some of the features on the hardware and software : u On-chip RC oscillator based Watchdog u Fully CMOS static design Timer(WDT) u 8-bit data bus u 22 I/O pins with their own independent u On chip EPROM size : 4.0 K words direction control u Internal RAM size : 224 bytes (192 general purpose registers, 32 special 3. Applications registers) u 37 single word instructions The application areas of this MDT10P621 range u 14-bit instructions from appliance motor control and high speed u 8-level stacks auto-motive to low power remote u Operating voltage : 2.5 V ~ 5.5 V (PRD transmitters/receivers, pointing devices, and Disable) 4.5 V ~ 5.5 V (PRD Enable) telecommunications processors, such as u Operating frequency : DC ~ 20 MHz Remote controller, small instruments, chargers, u The most fast execution time is 200 ns toy, automobile and PC peripheral ... etc. under 20 MHz in all single cycle instructions except the branch instruction u Addressing modes include direct, indirect and relative addressing modes u Power-on Reset u Power edge-detector Reset u Power range-detector Reset u Sleep Mode for power saving u Capture,Compare,PWM module u Synchronous serial port with SCM u 7 interrupt sources: -External INT pin -TMR0 timer,TMR1 timer,TMR2 timer
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.1
2005/6 Ver1.9
MDT10P621
4. Pin Assignment /MCLR PA0 PA1 PA2 PA3 PA4/RTCC PA5/SS Vss OSC1/CLKIN OSC2/CLKOUT PC0/T1OSO/T1CKI PC1/T1OSI PC2/CCP PC3/SCK 1 2 3 4 5 6 7 8 9 10 11 12 13 14 28 27 26 25 24 23 22 21 20 19 18 17 16 15 PB7 PB6 PB5 PB4 PB3 PB2 PB1 PB0/INT Vdd Vss PC7 PC6 PC5/SDO PC4/SDI
5. Pin Function Description Pin Name PA0~PA3,PA5 RTCC/PA4 PB0~PB7 PC0~PC7 /MCLR OSC1/CLKIN OSC2/CLKOUT Vdd Vss I/O I/O I/O I/O I/O I I O Function Description Port A, TTL input level Real Time Clock/Counter, Schmitt Trigger input level Open drain output Port B, TTL input level / PB0:External interrupt input , PB4~PB7:Interrupt on pin change Port C, Schmitt Trigger input level Master Clear, Schmitt Trigger input level Oscillator Input/external clock input Oscillator Output/in RC modeA the CLKOUT pin has 1/4 frequency of CLKIN Power supply Ground
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.2
2005/5 Ver. 1.8
MDT10P621
6. Memory Map (A) Register Map Address BANK0 00 01 02 03 04 05 06 07 0A 0B 0C 0E 0F 10 11 12 13 14 15 16 17 20~7F BANK1 01 05 06 07 0C 0E TMR CPIO A CPIO B CPIO C PIEB1 PSTA Indirect Addressing Register RTCC PCL STATUS MSR Port A Port B Port C PCHLAT INTS PIFB1 TMR1L TMR1H T1STA TMR2 T2STA SCMBUF SCMCTL CCPL CCPH CCPCTL General purpose register Description
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.3
2005/5 Ver. 1.8
MDT10P621
Address 12 14 A0~FF T2PER SCMSTA General purpose register Description
(1) IAR ( Indirect Address Register) : R00 (2) RTCC (Real Time Counter/Counter Register) : R01 (3) PC (Program Counter) : R02,R0A Write PC --- from PCHLAT Write PC --- from PCHLAT LJUMP, LCALL --- from instruction word RTWI, RET --- from STACK A11 A10~A8 A7~A0
Write PC --- from ALU LJUMP, LCALL --- from instruction word RTWI, RET, RTFI --- from STACK
(4) STATUS (Status register) : R03 Bit 0 1 2 3 4 5 Symbol C HC Z PF TF RBS0 Carry bit Half Carry bit Zero bit Power down Flag bit WDT Timer overflow Flag bit Register Bank Select bit : 0 : 00H --- 7FH ( Bank0 ) 1 : 80H --- FFH ( Bank1 ) 6-7 XX General purpose bit Function
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.4
2005/5 Ver. 1.8
MDT10P621
(5) MSR (Memory Bank Select Register) : R04 Memory Bank Select Register : 0 : 00~7F (Bank 0) 1 : 80~FF (Bank1)
b7
b6
b5
b4
b3
b2
b1
b0
Indirect Addressing Mode (6) PORT A : R05 PA5~PA0, I/O Register (7) PORT B : R06 PB7~PB0, I/O Register (8) PORT C : R07 PC7~PC0, I/O Register (9)PCHLAT : R0A (10) INTS ( Interrupt Status Register ) : R0B Bit 0 1 2 3 4 5 6 7 Symbol RBIF INTF TIF RBIE INTS TIS PEIE GIS Function PORT B change interrupt flag. Set when PB <7:4> inputs change Set when INT interrupt occurs. INT interrupt flag. Set when TMR0 overflows. 0 : disable PB change interrupt 1 : enable PB change interrupt 0 : disable INT interrupt 1 : enable INT interrupt 0 : disable TMR0 interrupt 1 : enable TMR0 interrupt 0 : disable all peripheral interrupt 1 : enable all peripheral interrupt 0 : disable global interrupt 1 : enable global interrupt
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.5
2005/5 Ver. 1.8
MDT10P621
(11)PIFB1 (Peripheral Interrupt Flag Bit) : R0C Bit 0 Symbol TMR1IF TMR1 interrupt flag 0 : TMR1 did not overflow 1 : TMR1 overflowed TMR2 interrupt flag 0 : No TMR2 to T2PER match occurred 1 : TMR2 to T2PER match occurred CCP interrupt flag 0 : No TMR1 capture/compare occurred 1 : A TMR1 capture/compare occurred SCM interrupt flag 0 : Waiting SCM transmit/receive 1 : The SCM transmission/reception is complete Unimplemented Function
1
TMR2IF
2
CCPIF
3
SCMIF
7~4
--
(12) TMR1L : R0E The LSB of the 16-bit TMR1 (13) TMR1H : R0F The MSB of the 16-bit TMR1 (14) T1STA : R10 Bit 0 1 2 Symbol TMR1ON 0 : Stop TMR1 1 : enable TMR1 TMR1CLK 0 : Internal clock (Fosc/4) 1 : External clock from pin PC0 /T1SYNC TMR1CLK = 1 0 : Synchronize external clock 1 : Do not synchronize external clock TMR1CLK = 0 This bit is ignored T1OSCEN 0 : TMR1 Oscillator is shut off 1 : TMR1 Oscillator is enable Function
3
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.6
2005/5 Ver. 1.8
MDT10P621
Bit Symbol Function
5~4 T1CKPS1 1 1 = 1:8 Prescale value ~ 1 0 = 1:4 Prescale value T1CKPS0 0 1 = 1:2 Prescale value 0 0 = 1:1 Prescale value 7~6 -Unimplemented
(15) TMR2 : R11 TMR2 register (16) T2STA : R12 Bit Symbol Function
1~0 T2CKPS1 0 0 = Prescaler is 1 ~ 0 1 = Prescaler is 4 T2CKPS0 1 x = Prescaler is 16 2 7~3 TMR2ON 0 : TMR2 is on 1 : TMR2 is off -Unimplemented
(17) SCMBUF : R13 Serial communication port buffer (18) SCMCTL : R14 Bit 3~0 Symbol SCM3 ~ SCM0 Function 0 0 0 0 : SCM master mode , clock = Fosc/4 0 0 0 1 : SCM master mode , clock = Fosc/16 0 0 1 0 : SCM master mode , clock = Fosc/64 0 0 1 1 : SCM master mode , clock = TMR2 output/2 0 1 0 0 : SCM slave mode , clock = SCK pin , /SS control enable 0 1 0 1 : SCM slave mode , clock = SCK pin , /SS control disable 0 : Transmit happens on rising edge , receive on falling edge, Idle state for clock is low level. 1 : Transmit happens on falling edge , receive on rising edge, Idle state for clock is high level
4
CKS
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.7
2005/5 Ver. 1.8
MDT10P621
Bit 5 6 7 Symbol Function
SCMEN 0 : disable SCM, then pc3, pc4, pc5 is I/O prot 1 : enable SCM SCMROI 0 : No overflow 1 : Overflow WCOL 0 : No collision 1 : The SCMBUF is written while it is still transmitting the previous word
(19) CCPL : R15 Capture/Compare/PWM LSB (20) CCPH : R16 Capture/Compare/PWM MSB (21) CCPCTL : R17 Bit 3~0 Symbol CCPM3 ~ CCPM0 Function 0 0 0 0 : CCP off 0 1 0 0 : Capture mode , every falling edge 0 1 0 1 : Capture mode , every rising edge 0 1 1 0 : Capture mode , every 4 th rising edge 0 1 1 1 : Capture mode , every 16th rising edge 1 0 0 0 : Compare mode , set output on match 1 0 0 1 : Compare mode , clear output on match 1 0 1 0 : Compare mode , generate software interrupt on match 1 0 1 1 : Compare mode , trigger special event 1 1 x x : PWM mode Unimplemented
5~4 PWMLSB These bits are the two LSBs of the PWM duty cycle 7~6 --
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.8
2005/5 Ver. 1.8
MDT10P621
(22) TMR (Time Mode Register) : R81 Bit Symbol Prescaler Value Function RTCC rate WDT rate 000 1:2 1:1 001 1:4 1:2 010 1:8 1:4 011 1 : 16 1:8 100 1 : 32 1 : 16 101 1 : 64 1 : 32 110 1 : 128 1 : 64 111 1 : 256 1 : 128 Prescaler assignment bit : 0 X RTCC 1 X Watchdog Timer RTCC signal Edge : 0 X Increment on low-to-high transition on RTCC pin 1 X Increment on high-to-low transition on RTCC pin RTCC signal set : 0 X Internal instruction cycle clock 1 X Transition on RTCC pin Interrupt edge select 0 X Interrupt on falling edge on PB0 1 X Interrupt on rising edge on PB0 PORTB pull-hi 0 X PORTB pull-hi are enable 1 X PORTB pull-hi are disable
2~0
PS2~0
3
PSC
4
TCE
5
TCS
6
IES
7
PBPH
(23) CPIO A (Control Port I/O Mode Register) : R85 x"0", I/O pin in output mode; x"1", I/O pin in input mode. (24) CPIO B (Control Port I/O Mode Register) : R86 x"0", I/O pin in output mode; x"1", I/O pin in input mode. (25) CPIO C (Control Port I/O Mode Register) : R87 x"0", I/O pin in output mode; x"1", I/O pin in input mode.
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.9
2005/5 Ver. 1.8
MDT10P621
(26) PIEB1 : R8C Bit 0 Symbol TMR1IE TMR1 interrupt enable bit 0 : disable TMR1 interrupt 1 : enable TMR1 interrupt TMR2 interrupt enable bit 0 : disable TMR2 interrupt 1 : enable TMR2 interrupt CCP interrupt enable bit 0 : disable CCP interrupt 1 : enable CCP interrupt SCM interrupt enable bit 0 : disable SCM interrupt 1 : enable SCM interrupt Unimplemented Function
1
TMR2IE
2
CCPIE
3
SCMIE
7~4
--
(27) PSTA : R8E Bit 0 1 Symbol PRDB PORB Function 0:Power range-detector Reset occurred 1:No Power range-detector Reset Occurred 0:Power on Reset occurred 1:No Power on Reset occurred
(28) T2PER : R92 Timer2 period (29) SCMSTA : R94 Bit 0 7~1 Symbol BF -0 : Receive not complete 1 : Receive complete Unimplemented Function
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.10
2005/5 Ver. 1.8
MDT10P621
(30) Configurable options for EPROM (Set by writer) : Oscillator Type RC Oscillator
HFXT Oscillator XTAL Oscillator LFXT Oscillator Watchdog Timer control Watchdog timer disable all the time Watchdog timer enable all the time Power-range control Power-range disable Power-range enable Oscillator-start Timer control 0ms 75ms Power-edge Detect PED Disable PED Enable (B) Program Memory Address 000-FFF 000 004 Program memory The starting address of power on, external reset or WDT time-out reset. Interrupt vector Description Security state Security Disable Security Enable
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.11
2005/5 Ver. 1.8
MDT10P621
7. Reset Condition for all Registers Power-On Reset, Power range detector Reset N/A xxxx xxxx 0000 0000 0000 0001 1xxx xxxx xxxx --xx xxxx xxxx xxxx xxxx xxxx ---0 0000 0000 000x ---- 0000 xxxx xxxx xxxx xxxx --00 0000 0000 0000 ---- -000 xxxx xxxx 0000 0000 xxxx xxxx xxxx xxxx --00 0000 1111 1111 --11 1111 1111 1111 1111 1111 ---- 0000 ---- --0u 1111 1111 ---- ---0
Register IAR RTCC PC STATUS MSR PORT A PORT B PORT C PCHLAT INTS PIFB1 TMR1L TMR1H T1STA TMR2 T2STA SCMBU F SCMCTL CCPL CCPH CCPCTL TMR CPIOA CPIOB CPIOC PIEB1 PSTA T2PER SCMSTA
Address 00h 01h 0Ah,02h 03h 04h 05h 06h 07h 0Ah 0Bh 0Ch 0Eh 0Fh 10h 11h 12h 13h 14h 15h 16h 17h 81h 85h 86h 87h 8Ch 8Eh 92h 94h
/MCLR or WDT Reset Wake-up from SLEEP N/A uuuu uuuu 0000 0000 0000 000# #uuu uuuu uuuu --uu uuuu uuuu uuuu uuuu uuuu ---0 0000 0000 000u ---- 0000 uuuu uuuu uuuu uuuu --uu uuuu 0000 0000 ---- -uuu uuuu uuuu 0000 0000 uuuu uuuu uuuu uuuu --00 0000 1111 1111 --11 1111 1111 1111 1111 1111 ---- 0000 ---- --uu 1111 1111 ---- ---0 N/A uuuu uuuu PC+1 000# #uuu uuuu uuuu --uu uuuu uuuu uuuu uuuu uuuu ---u uuuu uuuu uuuu ---- uuuu uuuu uuuu uuuu uuuu --uu uuuu uuuu uuuu ---- -uuu uuuu uuuu uuuu uuuu uuuu uuuu uuuu uuuu --uu uuuu uuuu uuuu --uu uuuu uuuu uuuu uuuu uuuu ---- uuuu ---- --uu 1111 1111 ---- ---u
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.12
2005/5 Ver. 1.8
MDT10P621
Note : uxunchanged, xxunknown, - xunimplemented, read as "0" #xvalue depends on the condition of the following table Condition /MCLR reset (not during SLEEP) /MCLR reset during SLEEP WDT reset (not during SLEEP) WDT reset during SLEEP Power-on reset Power-range reset 8. Instruction Set : Instruction Code Mnemonic Operands Function No operation Clear Watchdog timer Sleep mode Load W to TMODE register Return from subroutine R R I Control I/O port register Store W to register Load register Load immediate to W Operating None 0/ WT 0/ WT, stop OSC W/ TMODE Stack/ PC W/ CPIO W/ R R/ t I/ W [R(0~3) R(4~7)]/ t R + 1/ t R + 1/ t W + R/ t R W/ t or (R+/W+1/ t) R 1/ t R 1/ t R a W/ t r TF, PF TF, PF None None None None Z None None Z None C, HC, Z C, HC, Z Z None Z Status Status: bit 4 u 1 0 0 1 1 Status: bit 3 u 0 1 0 1 1 PSTA: bit 1 u u u u 0 u PSTA: bit 0 u u u u x 0
010000 00000000 NOP 010000 00000001 CLRWT 010000 00000010 SLEEP 010000 00000011 TMODE 010000 00000100 RET 010000 00000rrr 010001 1rrrrrrr 011000 trrrrrrr 111010 iiiiiiii 010111 trrrrrrr 011001 trrrrrrr 011010 trrrrrrr 011011 trrrrrrr 011100 trrrrrrr 011101 trrrrrrr 011110 trrrrrrr 010010 trrrrrrr CPIO STWR LDWI
LDR R, t
SWAPR R, t Swap halves register INCR R, t INCRSZ R, t Increment register
Increment register, skip if zero ADDWR R, t Add W and register SUBWR R, t Subtract W from register DECR R, t Decrement register DECRSZ R, t Decrement register, skip if zero ANDWR R, t AND W and register P.13
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
2005/5 Ver. 1.8
MDT10P621
Instruction Code 110100 iiiiiiii 010011 trrrrrrr 110101 iiiiiiii 010100 trrrrrrr 110110 iiiiiiii 011111 trrrrrrr 010110 trrrrrrr Mnemonic Operands ANDWI IORWI i XORWI RRR i i IORWR R, t Function AND W and immediate Inclu. OR W and register Inclu. OR W and immediate Operating i a W/ W R a W/ t i a W/ W R o W/ t /R/ t R(n) / R(n-1), C/ R(7), R(0)/ C R(n)/ r(n+1), C/ R(0), R(7)/ C 0/ W 0/ R 0/ R(b) 1/ R(b) Skip if R(b)=0 Skip if R(b)=1 n/ PC, PC+1/ Stack n/ PC W+i/ W Status Z Z Z Z Z Z C
XORWR R, t Exclu. OR W and register COMR R, t Complement register R, t Rotate right register
Exclu. OR W and immediate i o W/ W
010101 trrrrrrr
RLR
R, t
Rotate left register
C
010000 1xxxxxxx 010001 0rrrrrrr 0000bb brrrrrrr 0010bb brrrrrrr 0001bb brrrrrrr 0011bb brrrrrrr 100nnn nnnnnnnn 101nnn nnnnnnnn 110111 iiiiiiii 110001 iiiiiiii 111000 iiiiiiii
CLRW CLRR BCR BSR R R, b R, b
Clear working register Clear register Bit clear Bit set Bit Test, skip if clear Bit Test, skip if set Long CALL subroutine Long JUMP to address Add immediate to W
Z Z None None None None None None C,HC,Z None C,HC,Z None
BTSC R, b BTSS R, b LCALL LJUMP ADDWI RTWI SUBWI i i n n i
Return, place immediate to W Stack/ PC,i/ W Subtract W from immediate i-W/ W Reture from interrupt Stack/ PC,1/ GIS
010000 00001001 RTFI Note : W WT TMODE CPIO TF PF PC OSC Inclu. Exclu. AND : : : : : : : : : :
Working register Watchdog timer TMODE mode register Control I/O port register Timer overflow flag Power loss flag Program Counter Oscillator Inclusive `a ' Exclusive `o ' : Logic AND `a '
: : 0 1 R: C: HC : Z: / : x : I
b t
Bit position Target : Working register : General register General register address Carry flag Half carry Zero flag Complement Don't care : Immediate data ( 8 bits )
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.14
2005/5 Ver. 1.8
MDT10P621
9. Electrical Characteristics *Note: Temperature=25C 1.Absolute maximum rating Maximum current into Vdd pin : 250mA Maximum current out of Vss pin : 300mA Maximum current sourced by PortA : 150mA Maximum current sourced by PortB : 200mA Maximum current sourced by PortC : 200mA Maximum current sunk by PortA : 150mA Maximum current sunk by PortB : 200mA Maximum current sunk by PortC : 200mA Maximum output current sourced by any I/O pin : 25mA Maximum output current sunk by any I/O pin : 25mA These parameters are for reference only. 2.Operation Current : (1) HF (C=10p) , WDT - enable, PRD - disable SleepAWDT-disableA PRD-disable 1u 1u 1u 1u 1u
4M 2.5V 3.0V 4.0V 5.0V 5.5V 350u 450u 730u 1.1m 1.6m
10M 770u 880u 1.4m 2.0m 2.9m
20M 1.4m 1.7m 2.6m 3.6m 4.8m
Sleep 20u 37u 42u 52u 80u
These parameters are for reference only. (2) XT (C=10p) , WDT - enable, PRD - disable 1M 2.5V 3.0V 4.0V 5.0V 5.5V 80u 170u 300u 500u 800u 4M 220u 400u 700u 1.0m 1.4m 10M 500u 850u 1.3m 1.8m 27m Sleep 12u 37u 42u 52u 80u SleepAWDT-disableA PRD-disable 1u 1u 1u 1u 1u
These parameters are for reference only.
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.15
2005/5 Ver. 1.8
MDT10P621
(3) LF (C=10p) , WDT - enable, PRD - disable, 32K 2.5V 3.0V 4.0V 5.0V 5.5V 455K 1M 100u 130u 190u 250u 350u Sleep 120u 37u 42u 52u 80u SleepAWDT-disableA PRD-disable 1u 1u 1u 1u 1u
25u (2.7V) 80u 35u 50u 100u 200u 100u 140u 200u 300u
These parameters are for reference only. (4) RC, WDT - enable; PRD - disable; @Vdd = 5.0V SleepAWDT-disableA C R Freq. Current PRD-disable 4.7k 10k 3p 47k 100k 300k 470k 4.7k 10k 20p 47k 100k 300k 470k 4.7k 10k 100p 47k 100k 300k 470k 4.7k 10k 300p 47k 100k 300k 470k 12.1M 6.3M 1.4M 702K 235K 149K 5.8M 2.9M 640K 310K 104K 66K 1.7M 865K 190K 91K 31K 19K 740K 362K 79K 38K 13K 8K 1.9m 1.1m 350u 220u 140u 130u 1.0m 600u 210u 160u 130u 120u 380u 250u 140u 130u 110u 105u 220u 170u 140u 110u 105u 105u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.16
2005/5 Ver. 1.8
MDT10P621
These parameters are for reference only. RC, WDT - enable; PRD - disable; @Vdd = 3.0V SleepAWDT-disableA C R Freq. Current PRD-disable 4.7k 10k 3p 47k 100k 300k 470k 4.7k 10k 20p 47k 100k 300k 470k 4.7k 10k 100p 47k 100k 300k 470k 4.7k 10k 300p 47k 100k 300k 470k 11.8M 6.7M 1.7M 900K 275K 176K 6.4M 3.4M 790K 380K 127K 81K 2.2M 1.1M 250K 120K 40K 26K 1.0M 520K 115K 55K 18K 12K 1.1m 580u 190u 150u 80u 70u 600u 330u 120u 90u 70u 60u 230u 150u 80u 70u 60u 60u 150u 110u 70u 65u 60u 60u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u 1u
These parameters are for reference only. 3. Input Voltage (Vdd = 5V) : Port Vil Vih TTL Schmitt trigger TTL Schmitt trigger
Min Vss Vss 2.2V 3.8V
Max 1.0V 0.6V Vdd Vdd
These parameters are for reference only.
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.17
2005/5 Ver. 1.8
MDT10P621
Input Voltage (Vdd = 3V) : Port Vil Vih TTL Schmitt trigger TTL Schmitt trigger Min Vss Vss 2.0V 2.6V Max 0.8V 0.4V Vdd Vdd
These parameters are for reference only. 4. Output Voltage (Vdd = 5V) : PA,PB Voh Vol Voh Vol 4.4V 1.2V 4.6V 0.5V
Condition Ioh = -20mA Iol = 20mA Ioh = -5mA Iol = 5mA
These parameters are for reference only. Output Voltage (Vdd = 3V) : PA,PB Voh Vol Voh Vol 1.2V 0.6V 2.4V 0.4V
Condition Ioh = -20mA Iol = 20mA Ioh = -5mA Iol = 5mA
These parameters are for reference only. 5. The basic WDT time-out cycle time : Time 2.5V 3.0V 4.0V 5.0V 5.5V 25 23 20 17 16
Unit = ms These parameters are for reference only. 6. Temperature & WDT (Vdd = 5V) : Temperature(C) -40 WDT time(ms) 12.5
-20 14.2
0 16.1
30 17.5
50 19.5
80 21.7
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.18
2005/5 Ver. 1.8
MDT10P621
These parameters are for reference only. 7. PRD : (1)PRD reset voltage : Voltage Vih Vil 4.010% 3.610%
Unit = V These parameters are for reference only. (2) PRD reset current : Current 4.0V 3.6V 100 80
Unit = uA These parameters are for reference only. 8. Pull high resistor : Vdd Pull high
5V 45
3V 85
Unit = K Ohm These parameters are for reference only. 9. MCLR filter time : Vdd=5V time 720 Unit = ns These parameters are for reference only. 10.OSC1 timing requirements : External clock high or low time (osc1) 2.5us (min) LF mode (1MHz) 80ns (min) XT mode (4MHz) 15ns (min) HF mode (20MHz) External clock rise or fall time (osc1) 50ns (max) LF mode (1MHz) 15ns (max) XT mode (4MHz) 5ns (max) HF mode (20MHz) These parameters are for reference only.
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.19
2005/5 Ver. 1.8
MDT10P621
11.OSC1 and CLKOUT requirements : OSC1 high to CLKOUT high OSC1 high to CLKOUT low CLKOUT rise time CLKOUT fall time 80ns (typical) RC mode 80ns (typical) RC mode 50ns (typical) RC mode 50ns (typical) RC mode
These parameters are for reference only. 12.OSC1 and PORT OUTPUT requirements : OSC1 high to PORT OUTPUT valid PORT OUTPUT rise time PORT OUTPUT fall time 100ns (typical) 40ns (typical) 40ns (typical)
These parameters are for reference only.
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.20
2005/5 Ver. 1.8
MDT10P621
10.Block Diagram
Stack 8 Levels
EPROM 4Kx14 (MDT10P621)
RAM 192X8
PortA PA0~PA5 Port A 6 bits
12 bits 12 bits Program Counters Instruction Register 14 bits
Special Register PortB Port B PB0~PB7 8 bits D0~D7
OSC 1 OSC M 2 CLR
Oscillator Circuit
Instruction Decoder
Control Circuit PortC
PortC PC 0~PC7 8bits
Data 8-bit Power on Reset Power Down Reset Pow Range Detector er Working Register Status Register ALU
Counter / Timer0 Timer1 / Timer2 (CCP1)
Serial Port (SCM)
WDT/OST Timer
This specification are subject to be changed without notice. Any latest information please preview http;//www.mdtic.com.tw
P.21
2005/5 Ver. 1.8


▲Up To Search▲   

 
Price & Availability of MDT10P621

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X